Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 008b451d2416cef349ba155459b1df5800a79db4


Parents : 65c12db
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-08T16:31:17-05:00

fix: update application run command in Makefile and Taskfile to use the correct module path for meshchat

Changes

2 files changed, 2 insertions(+), 2 deletions(-)

M Makefile +1 -1
M Taskfile.yml +1 -1

Diff

diff --git a/Makefile b/Makefile
index 07cffbf8..569565eb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ install:
poetry install
run:
- poetry run meshchatx
+ poetry run python -m meshchatx.meshchat
build:
pnpm run build

diff --git a/Taskfile.yml b/Taskfile.yml
index 64418374..310883dc 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -89,7 +89,7 @@ tasks:
desc: Run the application
deps: [install]
cmds:
- - poetry run meshchatx
+ - poetry run python -m meshchatx.meshchat
dev:
desc: Run in development mode (builds frontend first)


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────